AI-powered goal management MCP server. Break down goals into phases and tasks, track progress, report blockers, and export plans — all from your AI assistant.
Overview
Archion MCP Server
Connect your AI assistant to Archion for goal and task management.
Tools: • list_goals — List all goals with progress • get_goal_detail — Get phases and tasks for a goal • get_pending_tasks — Get pending tasks (filter by goal/date) • complete_task / uncomplete_task — Toggle task status • add_task — Add a new task to a phase • report_blocker / clear_blocker — Manage task blockers • export_goal_markdown — Export goal as markdown
Setup:
- Get your API key from https://archionapp.com/dashboard/settings
- Add the MCP config to your AI client
- Requires Pro or Team plan
REST API also available at /api/v1/* Docs: https://archionapp.com/docs
Server Config
{
"mcpServers": {
"archion": {
"url": "https://archionapp.com/api/mcp",
"headers": {
"x-api-key": "<YOUR_API_KEY>"
}
}
}
}